home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList-0697 / AMOSLIST / text0157.txt < prev    next >
Encoding:
Text File  |  1997-07-03  |  1.3 KB  |  31 lines

  1. > My AmalEditor suddenly doesn't work.
  2. > 'No jumps allowed in the middle of a loop' Amos tells me and
  3. > stops on the line
  4. >  
  5. > On Error Goto _GREG
  6.  
  7. Its not the Editor thats the problem, its your program thats on it.
  8. (at least that is what it sounds like from your description) 
  9.  
  10. No jumps allowed in the middle of a loop comes up when you try to 
  11. jump into a loop (FOR NEXT for example) from outside it with 
  12. Goto/Gosub etc. It also comes up for other similar things I believe.
  13.  
  14. -Murray
  15.  
  16.  
  17.            \\|//     Alastair Murray
  18.            (o o)       pmymagm@pmn1.maths.nott.ac.uk
  19. |~~~~~~oOOo~(_)~oOOo~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  20. |         AMINET         |Web-Page (Amiga/Games/AMOS/trek/Music/    |
  21. |     game/role/CHAOS    |                  +more)                  |
  22. |game/jump/Banana Islands|     http://www.cs.nott.ac.uk/~agm/       |
  23. |   game/shoot/Hanger18  |Current Projects: >Chaos 2                |
  24. |    dev/amos/keystate   | >Kill Em All     >Hanger 18 II           |
  25. |    dev/amos/picpack    | >Skool Daze      >The Crow               |
  26. |                        | >Game Creator    >Banana Islands         |
  27. |                        | >The Turtleminator                       |
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  
  30.